home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-07-18 | 884 b | 29 lines | [TEXT/GEOL] |
- Item 9066574 17-July-89 12:14
-
- From: ROSENSTEIN1 Rosenstein, Larry
-
- To: D3904 The Complete PC, PRT
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: re Spooling Picture
-
- Ann,
-
- One problem is that your routine PutPICTData is nested within another routine.
- Any substitute QuickDraw capture procs must be implemented at the top level of
- your file.
-
- Also, when spooling a picture it is important that you update the picSize field
- in the picture handle. For color pictures, QuickDraw sometimes pads the data
- to a word boundary, and it looks at the picSize field to determine how much
- padding is needed.
-
- This means that you must use a couple of global variables to store the picture
- being created and its size, and reference those globals from PutPICTData.
-
- Larry Rosenstein
-
-
-
-